'Declaration
<DispIdAttribute(302)> Function GetTextHeight_2( _ ByVal FontResName As String, _ ByVal TextSize As Single, _ ByVal UseFontBox As Boolean _ ) As Single
[DispId(302)] float GetTextHeight_2( string FontResName, float TextSize, bool UseFontBox )
function GetTextHeight_2( FontResName: String; TextSize: Single; UseFontBox: Boolean ): Single;
DispIdAttribute(302) function GetTextHeight_2( FontResName : String, TextSize : float, UseFontBox : boolean ) : float;
[DispId(302)] float GetTextHeight_2( string* FontResName, float TextSize, bool UseFontBox )
[DispId(302)] float GetTextHeight_2( String^ FontResName, float TextSize, bool UseFontBox )
Parameters
- FontResName
- TextSize
- UseFontBox